home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / WebsiteX5 / wsx5_ev_demo.exe / {app} / Res / imlogout.php < prev    next >
Encoding:
PHP Script  |  2011-07-15  |  140 b   |  8 lines

  1. <?php
  2. @require_once("x5engine.php");
  3.  
  4. $pa = new imPrivateArea();
  5. $pa->logout();
  6. header("Location: ../");
  7.  
  8. // End of file imlogout.php